Calendar for WinRT
DeferrableObservableCollection<T> Class Members
Properties  Methods  Events


The following tables list the members exposed by DeferrableObservableCollection<T>.

Public Constructors
 NameDescription
Public ConstructorDeferrableObservableCollection<T> Constructor  
Top
Public Properties
 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyInUpdateGets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called).  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodBeginUpdatePrevents raising events until the EndUpdate method is called.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodEndUpdateEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodInsertItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodOnCollectionChangedOverridden. Overrides the default behavior.  
Protected MethodOnPropertyChangedOverridden. Overrides the default behavior.  
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Top
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Top
Protected Events
 NameDescription
Protected EventPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Top
See Also

Reference

DeferrableObservableCollection<T> Class
C1.Xaml.Calendar Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback